home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / terminal / qterm-6.0 / qterm-6 / config-data.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-25  |  727 b   |  45 lines

  1. /*
  2.  * Copyright (c) 1990-1993 Michael A. Cooper.
  3.  * This software may be freely distributed provided it is not sold for 
  4.  * profit and the author is credited appropriately.
  5.  */
  6.  
  7. /*
  8.  * $Id: config-data.h,v 6.1 1993/03/25 19:02:08 mcooper Exp mcooper $
  9.  */
  10.  
  11. #ifndef __config_data_h__
  12. #define  __config_data_h__
  13.  
  14. /*
  15.  * Configuration data
  16.  */
  17.  
  18. /*
  19.  * Types for ARG_TYPE
  20.  */
  21. #define ARG_VARARGS        1
  22. #define ARG_STDARGS        2
  23.  
  24. /*
  25.  * Types of regular expression functions
  26.  */
  27. #define RE_SYSV            1
  28. #define RE_BSD            2
  29. #define RE_REGCOMP        3
  30.  
  31. /*
  32.  * Types of TTY interfaces
  33.  */
  34. #define TTY_POSIX        1
  35. #define TTY_BSD            2
  36. #define TTY_SYSV        3
  37.  
  38. /*
  39.  * Signal types
  40.  */
  41. #define SIGTYPE_POSIX        1
  42. #define SIGTYPE_UNIX        2
  43.  
  44. #endif    /*  __config_data_h__ */
  45.